.site-map{
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.site-map-tip{
    font-size: 16px;
    color: white;
    width: 106px;
    height: 100%;
    background-image: url("../../img/zwdt/dhbj.png");
}
.site-map-list{
    padding-left: 106px;
    font-size: 16px;
    background-color: #f2f2f2;
}
.site-map-list .col p{
    cursor: pointer;
    margin: 6px 0px;
    line-height: 24px;
    border-right:1px solid #CCCCCC ;
}
.site-map-list .col.no-border p{
    border-right:1px solid transparent ;
}

.site-map-list .col{
    position: relative;
}
.site-map-list .col ul{
    max-height: 0px;
    background-color: white;
    width: 100%;
    line-height: 25px;
    position: absolute;
    bottom:40px;
    z-index: 9;
    border-radius: 4px 4px 0px 0px;
    border: 0px solid #d2dae4;
    overflow-y: hidden;
}
.site-map-list .col:hover>p{
    color: #014e9c;
}


.site-map-list .col:hover ul{
    border: 1px solid #d2dae4;
    max-height: 400px;
    overflow-y: auto;
    border-bottom: 0px solid #d2dae4;
}
.site-map-list .col ul li{
    text-align: left;
}
.site-map-list .col ul a{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0px 10px;
    text-align: left;
}
.site-map-list .col:hover ul a:hover{
    background-color: #014e9c;
    color: white;
}
